Groups the sparkline to the active sparkline.
            
            
            
Syntax
            Parameters
- location
 
- The location.
 
            
             
            
						
            
            
            
            
Example
This example groups sparklines.
             
| C# |  Copy Code | 
|---|
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) }); | 
 
| Visual Basic |  Copy Code | 
|---|
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)}) | 
 
 
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also